home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000275_news@columbia.edu _Wed May 3 09:37:08 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id JAA28280
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 3 May 2000 09:37:08 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA01777
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 May 2000 09:37:07 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA01652
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 3 May 2000 09:25:23 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Replace old kermit ?
  14. Date: 3 May 2000 13:25:22 GMT
  15. Organization: Columbia University
  16. Message-ID: <8ep9c2$1jh$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <YfQP4.16923$O4.341816@news.tpnet.pl>,
  20. Max <Wadysaw.9358343@pharmanet.com.pl> wrote:
  21. : I'm new to all things kermit as well.
  22. : The problem:
  23. : I have an old specialised comp. based on mikroP MC68010  (Motorola) with
  24. : VERSAdos operating system. Transfers are made on the base of Kermit or X
  25. : modem protocols (TRANSFER utility version  100687). There are some troubles
  26. : with transfer huge amount of files (it just stops signalising break  due to
  27. : error in transmission).
  28. : On the page http://www.columbia.edu/kermit/ckermit.html    are kermits  for:
  29. : + cku196.linux-m68k-db2.1              Motorola 680x0, Linux Debian 2.1
  30. : + cku196.linux-m68k-db2.2              Motorola 680x0 (Amiga 3000), Linux
  31. : Debian 2.2
  32. : + cku196.netbsd-m68k-1.4.2a            Motorola 680x0, NetBSD 1.4.2-Alpha
  33. : Question: Is it suitable for me to replace old kermit in this old spec.
  34. : computer to  new one, and which one from enlisted?
  35. : Message from:Wladyslaw Dolomisiewicz ;  e-
  36. : mail:dolomis@szpital.zamosc.tpnet.pl
  37. You posted this question before, and I answered it as follows:
  38.  
  39. Sorry, we don't have a modern Kermit program for Versados.  Linux and NetBSD
  40. are different operating systems.  You won't be able to run those executables
  41. on Versados.
  42.  
  43. I think the best hope for getting a modern Kermit onto Versados would be to
  44. adapt G-Kermit:
  45.  
  46.   http://www.columbia.edu/kermit/gkermit.html
  47.  
  48. But this would require a C programmer who is knowledgeable about Versados,
  49. and of course also a C compiler on the Versados system.
  50.  
  51. - Frank